﻿/* Sidebar */
#sidebar-wrapper {
    background: #222;
    transition: all .5s;
    align-items: center;
    color: white;
}

/* Main Content */
div#advertising img {
    max-height: 55px;
}

/* Sidebar styling */

h1 { font-size: 2rem; }

.sidebar-nav li a {
    color: #eee;
}

.sidebar-nav li:hover {
    background: #666;
}

#map {
    background-color: #ccc;
}

input#mapsearchfield {
    min-width: 320px;
    width: 50%;
}

.sideBarButton {
    display: flex;
    background: #666;
}

.sideBarButton:hover {
        background: #666;
    }

a, a:hover, a.btn, a.btn:hover {
    color: #ff9800;
}

/* Multi select filter */
.multiselect-wrapper {
    padding: 10px;
    line-height: 40px;
    list-style: none;
    transition: all .5s;
    width: 100%;
    display: inline-block;
    font-size: inherit;
    font-family: inherit;
    color: black;
}

.multiselect-input-div input {
    border-radius: 5px;
    border: 1px #222 solid;
    background: white;
    margin: 0px 0px 0px 0px;
    vertical-align: unset;
    padding: 0px;
}

.multiselect-wrapper .multiselect-input {
    width: 95%;
    padding-left: 10px;
}

.multiselect-wrapper .multiselect-list.active {
    background-color: #ff9800;
    width: 88%;
}

.multiselect-wrapper .multiselect-list .multiselect-checkbox {
    margin-right: 8px;
}

.multiselect-wrapper label {
    font-size: inherit;
    font-family: inherit;
}

.multiselect-input-div {
    height: auto;
}

.multiselect-count {
    background-color: #ff9800;
    line-height: normal;
}

.multiselect-list {
    line-height: 0px;
}

.multiselect-list > span > label {
    margin-top: 1rem;
}

.multiselect-wrapper ul li.active {
    background-color: #ff9800;
}

div.multiselect-list li {
    padding: 10px;
}

div.multiselect-list li:hover {
    background: rgba(247, 174, 121, 0.73) !important;
    color: black;
}

div.multiselect-list li.active {
    background: none !important;
    color: black;
}

div.multiselect-list li.active:hover {
    background: rgba(247, 174, 121, 0.73) !important;
    color: black;
}
